object frmCompareLists: TfrmCompareLists Left = 200 Top = 108 HelpContext = 1 BorderStyle = bsDialog Caption = 'Compare Two Lists' ClientHeight = 201 ClientWidth = 295 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 5 Top = 10 Width = 163 Height = 13 Caption = 'Select two lists for the comparison:' end object lstboxCompList: TListBox Left = 5 Top = 30 Width = 281 Height = 126 ExtendedSelect = False ItemHeight = 13 MultiSelect = True TabOrder = 0 OnClick = lstboxCompListClick end object BitBtn2: TBitBtn Left = 166 Top = 168 Width = 75 Height = 25 TabOrder = 1 Kind = bkCancel end object btnOK: TBitBtn Left = 56 Top = 168 Width = 75 Height = 25 TabOrder = 2 OnClick = btnOKClick Kind = bkOK end end